home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CDRVRBrowser.h
-
-
- SUPERCLASS = CResBrowser
-
- Copyright © 1991 Symantec Corporation. All rights reserved.
-
- TCL 1.1.3 Changes
- [
- - use #pragma once
- ]
- ******************************************************************************/
-
- #pragma once
-
- #include "CResBrowser.h"
-
- class CDRVRBrowser : public CResBrowser
- {
- public:
-
- void IDRVRBrowser( CBrowseResDoc *aSupervisor, CArray *aResList);
- virtual void BuildWindow( void);
- virtual void DoCommand( long aCommand);
- virtual Boolean GetSelect(Boolean mode, Cell *selected, tResourceInfo *info);
-
- protected:
-
- virtual CDirector *MakeResourceWindow( tResourceInfo *aResource);
-
- };